home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Utilities
/
Programming
/
EnterAct 3.5
/
Drag_on Modules
/
hAWK example progs
/
$Unscramble
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-26
|
158 b
|
10 lines
|
[
TEXT/KEEN
]
# Unscramble
# name[] = "string"
#into
# name["string"] = 1
{
if (match($1, /(\w|_)+/))
print substr($1, RSTART, RSTART+RLENGTH) "[" $3 "]", "=", "1"
}